home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-25 | 1.2 KB | 42 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: Binding.k
- // Release Version: $ ODF 1 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef BINDING_K
- #define BINDING_K
-
- // Kind
- #define kODFNothingKind "+//ISO 9070/ANSI::113722::US::CI LABS::Apple:ODFExamples:Kind:ODFNothing"
-
- // Category
- #define kODFNothingCategory "+//ISO 9070/ANSI::113722::US::CI LABS::Apple:ODFExamples:Category:ODFNothing"
-
- // Class ID
- #define kODFNothingEditor "ODFExamples::ODFNothing"
-
- // Editor User String
- #define kODFNothingEditorUserString "ODFNothing R1"
-
- // Kind User String
- #define kODFNothingKindUserString "ODF Nothing Example"
-
- // Category User String
- #define kODFNothingCategoryUserString "ODF Example"
-
- // Nothing OSType
- #define kODFNothingOSType 'DFND'
-
- #define kKindCategoryMapId 1000
- #define kEditorKindMapId kKindCategoryMapId + 1
- #define kEditorUserStringMapId kEditorKindMapId + 1
- #define kKindUserStringMapId kEditorUserStringMapId + 1
- #define kCategoryUserStringMapId kKindUserStringMapId + 1
- #define kOldMacOSTypeMapId kCategoryUserStringMapId + 1
- #endif
-
-